home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 4378 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.6 KB

  1. Path: neptune.cs.trinity.edu!janus8!trauschu
  2. From: trauschu@cs.trinity.edu (Megaman)
  3. Newsgroups: comp.lang.asm.x86,alt.msdos.programmer,comp.os.msdos.programmer,comp.lang.c
  4. Subject: Various Questions for DOS Programming...HELP NEEDED
  5. Date: 4 Feb 1996 02:53:06 GMT
  6. Organization: Trinity University
  7. Message-ID: <4f172i$iq0@neptune.cs.trinity.edu>
  8. NNTP-Posting-Host: janus8.cs.trinity.edu
  9. X-Newsreader: TIN [version 1.2 PL2]
  10.  
  11. Hello,
  12.    I just have a few questions to pose.
  13.  
  14.    BTW: I use Watcom 10.5 
  15.  
  16. (1) I am trying to create a quick text based 80x50 GUI.  All I need to create
  17. is two "file list boxes" on the left and right, and a set of buttons in 
  18. between.  Nothing moves around on the screen, except the mouse.  If anyone
  19. can please explain how I might do this, or point me to a reference, I would
  20. be most appreciated.
  21.  
  22. (2) Unfortunately Watcom's built in function that tells you how many drives 
  23. you have on your system is determined by the LASTDRIVE= line in the config.sys.
  24. Does anyone have an example of code that I can get EXACTLY how many, and
  25. possibly, what type (ie. CDROM, etc) are attached to a computer?
  26.  
  27. (3) What is the best way to perform a file "COPY" instruction?  Should I make
  28. a call to system(), or should I try to make my program more internal by
  29. writing my own "COPY" procedure?  If so, what is teh best way to do this?
  30.  
  31. Thanks for taking the time to read these.  
  32.  
  33. Thomas
  34. Trinity University
  35.  
  36. --
  37. -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  38. http://www.cs.trinity.edu/~trauschu
  39.  
  40. Computer Science Major
  41. 3D Graphics 
  42. -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  43.